home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / hotshot / hotshots.dcr / Images_109.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  172 b   |  9 lines

  1. on exitFrame
  2.   global idle_time_limit
  3.   if (idle_time_limit <> 0) and (idle_time_limit < the timer) then
  4.     startTimer()
  5.     go("backtomain")
  6.   end if
  7.   go(the frame)
  8. end
  9.